append

suspend fun append(data: String, encoding: String? = "utf8", createParents: Boolean = true)
suspend fun append(data: ByteArray, createParents: Boolean = true)
suspend fun append(data: <ERROR CLASS>, createParents: Boolean = true)

Append data to this file, creating it if it doesn't exist.